[IA64] remove set_gpfn_from_mfn from config.h
authorawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 9 Feb 2006 15:51:29 +0000 (08:51 -0700)
committerawilliam@xenbuild.aw <awilliam@xenbuild.aw>
Thu, 9 Feb 2006 15:51:29 +0000 (08:51 -0700)
set_gpfn_from_mfn() in config.h (was dummy set_pfn_from_mfn) is now
defined in mm.h.  Remove from config.h to eliminate a bunch of compile
warnings.

Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/include/asm-ia64/config.h

index 7f5fe58261941217490061c7821e0e5f74991458..dd85bc716daaa0dbe3794ffe96f5f48e94e82430 100644 (file)
@@ -215,9 +215,6 @@ void sort_main_extable(void);
 // see include/asm-ia64/mm.h, handle remaining page_info uses until gone
 #define page_info page
 
-// see common/memory.c
-#define set_gpfn_from_mfn(x,y) do { } while (0)
-
 // see common/keyhandler.c
 #define        nop()   asm volatile ("nop 0")